home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / database / postgres / appgen-0.2-a / appgen-0 / AppGEN / apps / global.app < prev    next >
Encoding:
Text File  |  1996-07-11  |  297 b   |  12 lines

  1. # Put your site specific global settings in here
  2.  
  3. [GLOBAL]
  4.     SET pgdir AS "/usr/local/postgres95"
  5.     SET pghost AS "localhost" 
  6.     SET pgdatabase AS "root"
  7.     SET httpd-dir AS "/usr/local/httpd" 
  8.     SET cgi-url AS "http://localhost/cgi-bin"
  9.     SET doc-url AS "http://localhost/docs"
  10.     SET src-dir AS "/tmp"
  11.  
  12.